Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Receive and parse data stream from EULER-NAV BAHRS #1

Open
wants to merge 21 commits into
base: main-euler-nav
Choose a base branch
from

Conversation

fbaklanov
Copy link

@fbaklanov fbaklanov commented Jan 6, 2025

Content of the PR:

  1. Created a new INS driver module
  2. Starts the driver thread, opens serial port, receives and buffers RX data
  3. Extracts messages of EULER-NAV BAHRS and executes CRC

Not included:

  1. Decoding of the messages
  2. Publishing of the received data

* @date 07 June 2022
*/

#pragma once
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file was taken from the EULER-NAV BAHRS open source repo and slightly modified:
https://github.com/euler-nav/bahrs-oss/blob/release/oss-public/02_Projects/Stm32Bahrs/TargetApp/Rte/Inc/CSerialProtocol.h

@fbaklanov fbaklanov requested a review from dagar January 12, 2025 11:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant